| class SweepGeneratorGenerates various sine sweep (chirp) signals.| Visibility | Public | | Modifiers | static |
Public static functions| float[] Exponential(double startFreq, double endFreq, int samples, int sampleRate) | Generate an exponential frequency sweep. | | float[] ExponentialFreqs(double startFreq, double endFreq, int samples) | Generate the frequencies at each sample's position in an exponential frequency sweep. | | float[] Frame(float[] sweep) | Add silence to the beginning and the end of a sweep for a larger response window. | | float[] Linear(double startFreq, double endFreq, int samples, int sampleRate) | Generate a linear frequency sweep with a flat frequency response. | | float[] LinearFreqs(double startFreq, double endFreq, int samples) | Generate the frequencies at each sample's position in a linear frequency sweep. |
|